home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / PB.project < prev    next >
Encoding:
Text File  |  1993-03-18  |  2.7 KB  |  44 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = Gnuplot.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (GnuplotDoc.tiff, GnuplotDoc.tiff);
  5. FILESTABLE = {
  6.     M_FILES = (Gnuplot_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (AxesPane.h, CellScrollView.h, ContourOptionsPanel.h, DataPane.h, DoubleValueSortedList.h, FunctionObject.h, GeneralPane.h, Gnuplot.h, GnuplotPlot.h, Inspector.h, MultipleSelectionMatrix.h, NoPane.h, OptionsPanel.h, Pane.h, PlotView.h, PopUpScrollView.h, Preferences.h, Status.h, StatusContour.h, StatusTics.h, SubCell.h, SubObject.h, ThreeDPane.h, TicCell.h, TicObject.h, TicOptionsPanel.h);
  9.     CLASSES = (AxesPane.m, CellScrollView.m, ContourOptionsPanel.m, DataPane.m, DoubleValueSortedList.m, FunctionObject.m, GeneralPane.m, Gnuplot.m, GnuplotPlot.m, Inspector.m, MultipleSelectionMatrix.m, NoPane.m, OptionsPanel.m, Pane.m, PlotView.m, PopUpScrollView.m, Preferences.m, Status.m, StatusContour.m, StatusTics.m, SubCell.m, SubObject.m, ThreeDPane.m, TicCell.m, TicObject.m, TicOptionsPanel.m);
  10.     IMAGES = (Attachment.tiff, Gnuplot.tiff, GnuplotDoc.tiff, InfoPlot.eps, InspectorAxes.tiff, InspectorData.tiff, InspectorGeneral.tiff, InspectorThreeD.tiff, LineStyle1.tiff, LineStyle2.tiff, LineStyle3.tiff, LineStyle4.tiff, LineStyle5.tiff, LineStyle6.tiff, LineStyle7.tiff, LineStyle8.tiff, LineStyle9.tiff, PointStyle1.tiff, PointStyle2.tiff, PointStyle3.tiff, PointStyle4.tiff, PointStyle5.tiff, PointStyle6.tiff, StyleBoxErrorbars.tiff, StyleBoxes.tiff, StyleDots.tiff, StyleErrorbars.tiff, StyleImpulses.tiff, StyleLines.tiff, StyleLinespoints.tiff, StylePoints.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = (binary.c, bitmap.c, command.c, contour.c, eval.c, gnubin.c, graph3d.c, graphics.c, help.c, internal.c, misc.c, parse.c, plot.c, readline.c, scanner.c, setshow.c, specfun.c, standard.c, term.c, util.c, version.c);
  13.     OTHER_RESOURCES = ();
  14.     OTHER_SOURCES = ();
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     OTHER_LIBS = (Media_s, NeXT_s, Indexing_s);
  19.     INTERFACES = (AxesPane.nib, ContourOptionsPanel.nib, CopyingPanel.nib, DataPane.nib, GeneralPane.nib, Gnuplot.nib, GnuplotPlot.nib, InfoPanel.nib, Inspector.nib, NoPane.nib, Preferences.nib, ThreeDPane.nib, TicOptionsPanel.nib);
  20. };
  21. APPCLASS = Application;
  22. MAINNIB = Gnuplot;
  23. DOCEXTENSIONS = (gnuplot, "gnuplot~");
  24. PROJECTTYPE = Application;
  25. PROJECTVERSION = 1.1;
  26. LOCALIZABLE_FILES = {
  27.     CopyingPanel.nib;
  28.     Preferences.nib;
  29.     DataPane.nib;
  30.     ContourOptionsPanel.nib;
  31.     GnuplotPlot.nib;
  32.     AxesPane.nib;
  33.     NoPane.nib;
  34.     Inspector.nib;
  35.     GeneralPane.nib;
  36.     TicOptionsPanel.nib;
  37.     InfoPanel.nib;
  38.     Gnuplot.nib;
  39.     ThreeDPane.nib;
  40. };
  41. PROJECTNAME = Gnuplot;
  42. SYSTEMEXTENSIONS = ();
  43. LANGUAGE = English;
  44.